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