IBusinessObjectProfile Property | |
Gets or sets Profile
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax IProfile Profile { get; set; }
property IProfile^ Profile {
IProfile^ get ();
void set (IProfile^ value);
}
function get_Profile();
function set_Profile(value);
Property Value
Type:
IProfileSee Also