Job.PSJobTypeName 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.
Job type name.
public: property System::String ^ PSJobTypeName { public:
System::String ^ get(); protected public:
void set(System::String ^ value); };
public: property Platform::String ^ PSJobTypeName { public:
Platform::String ^ get(); protected public:
void set(Platform::String ^ value); };
public string PSJobTypeName { get; protected internal set; }
member this.PSJobTypeName : string with get, set
Public Property PSJobTypeName As String