User sub ID of the network element on which this flag is placed.
[Visual Basic 6.0] Property UserSubID As Long
[Visual Basic .NET] Public Property UserSubID As Integer
[C#] public int UserSubID {get; set;}
[Java] public int getUserSubID() throws IOException, AutomationException
[Java] public void setUserSubID( Long UserSubID ) throws IOException, AutomationException
[C++]
HRESULT get_UserSubID(
long* UserID
);
[C++] HRESULT put_UserSubID( long UserID);
Parameters
UserID [out, retval]
UserID is a parameter of type long
UserID [in]
UserID is a parameter of type long
The UserSubID must be a non-negative integer.