 | IClaimsClaimTypeNotes Property |
[Missing <summary> documentation for "P:IAS.IClaims.ClaimType.Notes"]
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IClaimsClaimNoteType[] Notes { get; set; }
Public Property Notes As IClaimsClaimNoteType()
Get
Set
function get Notes () : IClaimsClaimNoteType[]
function set Notes (value : IClaimsClaimNoteType[])
function get_Notes();
function set_Notes(value);
Property Value
Type:
IClaimsClaimNoteType
See Also