PSCorePSSnapIn.DescriptionResource 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.
Get resource information for description. This is a string of format: resourceBaseName,resourceName.
public:
virtual property System::String ^ DescriptionResource { System::String ^ get(); };
public:
virtual property Platform::String ^ DescriptionResource { Platform::String ^ get(); };
public override string DescriptionResource { get; }
member this.DescriptionResource : string
Public Overrides ReadOnly Property DescriptionResource As String