msidmRequestTargetDetailmsidmIsReference Property |
Is Reference - Describes whether the underlying attribute value in a request target detail object is a reference or not.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic Nullable<int> msidmIsReference { get; set; }
Public Property msidmIsReference As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> msidmIsReference {
Nullable<int> get ();
void set (Nullable<int> value);
}
member msidmIsReference : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also