SPWebService.ResourceTag property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ResourceTag As UInteger
Get
Set
'Usage
Dim instance As SPWebService
Dim value As UInteger
value = instance.ResourceTag
instance.ResourceTag = value
public uint ResourceTag { get; set; }
Property value
Type: System.UInt32