PlayReadyDomainJoinServiceRequest.DomainFriendlyName 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 current domain friendly name property.
public:
property Platform::String ^ DomainFriendlyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DomainFriendlyName();
void DomainFriendlyName(winrt::hstring value);
public string DomainFriendlyName { get; set; }
var string = playReadyDomainJoinServiceRequest.domainFriendlyName;
playReadyDomainJoinServiceRequest.domainFriendlyName = string;
Public Property DomainFriendlyName As String
Property Value
The current domain friendly name.
Remarks
This property cannot be set after BeginServiceRequest or GenerateManualEnablingChallenge have been called.