ReferenceValue.ToString Method
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ReferenceValue
Dim returnValue As String
returnValue = instance.ToString
Syntax
'Declaration
Public MustOverride Function ToString As String
public abstract string ToString ()
public:
virtual String^ ToString () abstract override
public abstract String ToString ()
public abstract function ToString () : String
Return Value
Returns a String.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
ReferenceValue Class
ReferenceValue Members
Microsoft.MetadirectoryServices Namespace
ReferenceValue Class