SynchronizationRulemsidmOutboundIsFilterBased Property |
Outbound Scope Filter Based - Determines how the synchronization rule is applied to existing resources.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<bool> msidmOutboundIsFilterBased { get; set; }
Public Property msidmOutboundIsFilterBased As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> msidmOutboundIsFilterBased {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member msidmOutboundIsFilterBased : Nullable<bool> with get, set
Property Value
Type:
NullableBoolean
See Also