Miner.Responder.Shared.Replication Namespace > FeatureIdentificationProvider Class : GetFeatureID Method |
'Declaration
Public MustOverride Function GetFeatureID( _ ByVal globalObjectId As GlobalObjectId _ ) As FeatureID
'Usage
Dim instance As FeatureIdentificationProvider Dim globalObjectId As GlobalObjectId Dim value As FeatureID value = instance.GetFeatureID(globalObjectId)
public abstract FeatureID GetFeatureID( GlobalObjectId globalObjectId )
public function GetFeatureID( globalObjectId: GlobalObjectId ): FeatureID; abstract;
public __abstract function GetFeatureID( globalObjectId : GlobalObjectId ) : FeatureID;
public: abstract FeatureID* GetFeatureID( GlobalObjectId globalObjectId )
public: abstract FeatureID^ GetFeatureID( GlobalObjectId globalObjectId )
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