FullyQualifiedName Property
See Also 
SourceCode.Hosting.Server.Interfaces Namespace > IRoleItem Interface : FullyQualifiedName Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Property FullyQualifiedName As FQName
Visual Basic (Usage) Copy Code
Dim instance As IRoleItem
Dim value As FQName
 
instance.FullyQualifiedName = value
 
value = instance.FullyQualifiedName
C#  
FQName FullyQualifiedName {get; set;}
C++/CLI  
property FQName^ FullyQualifiedName {
   FQName^ get();
   void set (    FQName^ value);
}

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