| ASLObjectm_OutStandingClaims Property |
Flag indicating whether or not there are any outstanding (not recognized by other users) claims on this object
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool m_OutStandingClaims { get; private set; }
Public Property m_OutStandingClaims As Boolean
Get
Private Set
public:
property bool m_OutStandingClaims {
bool get ();
private: void set (bool value);
}
member m_OutStandingClaims : bool with get, private set
Property Value
Type:
BooleanSee Also