JAMS Developer Guide
ReferringID Property


MVPSI.JAMS Namespace > BaseRef Class : ReferringID Property
Gets the referencing ID which is dependent on the Type.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property ReferringID As System.Integer
'Usage
 
Dim instance As BaseRef
Dim value As System.Integer
 
instance.ReferringID = value
 
value = instance.ReferringID
[System.ComponentModel.ReadOnly(true)]
public System.int ReferringID {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseRef Class
BaseRef Members