Plan.Name property
Name for the plan
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Name As String
Get
Set
'Usage
Dim instance As Plan
Dim value As String
value = instance.Name
instance.Name = value
[DataMemberAttribute]
public string Name { get; set; }
Property value
Type: System.String