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