ma_dataSyncConfig_export_type Property |
SyncConfig-export-type - Sync Configuration resource attribute
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<int> SyncConfig_export_type { get; set; }
Public Property SyncConfig_export_type As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> SyncConfig_export_type {
Nullable<int> get ();
void set (Nullable<int> value);
}
member SyncConfig_export_type : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also