ComplianceTag.TagId property
Namespace: Microsoft.SharePoint.Client.CompliancePolicy
Assembly: Microsoft.Office.Client.Policy (in Microsoft.Office.Client.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property TagId As Guid
Get
'Usage
Dim instance As ComplianceTag
Dim value As Guid
value = instance.TagId
public Guid TagId { get; }
Property value
Type: System.Guid