UserConfigurationProfileName Property | |
Gets or sets ProfileName
Namespace:
PSI.Sox.Configuration
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DefaultValueAttribute("")]
public string ProfileName { get; set; }
public:
[DefaultValueAttribute(L"")]
property String^ ProfileName {
String^ get ();
void set (String^ value);
}
function get_ProfileName();
function set_ProfileName(value);
Property Value
Type:
StringSee Also