InternalSymbolicLinkLinkCodeMethods.GetLinkType(PSObject) Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the link type of the specified reparse point.
public:
 static System::String ^ GetLinkType(System::Management::Automation::PSObject ^ instance);
	public static string GetLinkType(System.Management.Automation.PSObject instance);
	static member GetLinkType : System.Management.Automation.PSObject -> string
	Public Shared Function GetLinkType (instance As PSObject) As String
	Parameters
- instance
 - PSObject
 
The object of FileInfo or DirectoryInfo type.
Returns
The link type of the reparse point. SymbolicLink for symbolic links.