ResourceInfo.ResourceType Property
Gets or sets the type of the resource.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Property ResourceType As String
Get
Set
'Usage
Dim instance As ResourceInfo
Dim value As String
value = instance.ResourceType
instance.ResourceType = value
string ResourceType { get; set; }
Property Value
Type: System.String
The type of the resource.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace