SPClaim.ValueType property
取得目前的宣告值類型。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ValueType As String
Get
'用途
Dim instance As SPClaim
Dim value As String
value = instance.ValueType
public string ValueType { get; }
Property value
Type: System.String
String 值的目前的宣告類型。
備註
如需已知的值類型的清單,請參閱Microsoft.IdentityModel.Claims.Claim.ValueTypeT:Microsoft.IdentityModel.Claims.Claim類別。