MakerSessionInfo.Description Property
[Category(Category.Appearance)]
public string Description {get; set;}
This language is not supported or no code example is available.
[Category(Category.Appearance)]
public:
property String^ Description {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(Category.Appearance)
function get Description() : String;
public
Category(Category.Appearance)
function set Description(value : String);
This language is not supported or no code example is available.
Property Value
string
Implements
IMakerSessionInfo.Description
In this article
Definition