ResourceInfo.ResourceName Property
Gets or sets the name 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 ResourceName As String
Get
Set
'Usage
Dim instance As ResourceInfo
Dim value As String
value = instance.ResourceName
instance.ResourceName = value
string ResourceName { get; set; }
Property Value
Type: System.String
The name of the resource.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace