ServicePlan.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the display name of the service plan assigned to a system user.
public:
property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false, Order=2)]
public string DisplayName { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false, Order=2)>]
member this.DisplayName : string with get, set
Public Property DisplayName As String
Property Value
Display name of the service plan assigned to a system user.
- Attributes