IProfileProfileSettingId Property | |
Gets or sets ProfileSettingId.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax Nullable<int> ProfileSettingId { get; set; }
property Nullable<int> ProfileSettingId {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get_ProfileSettingId();
function set_ProfileSettingId(value);
Property Value
Type:
NullableInt32See Also