PropertyIdentifier.FullName Property
Gets the type-qualified name of the property.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property FullName As String
Get
public string FullName { get; }
public:
property String^ FullName {
String^ get ();
}
member FullName : string
function get FullName () : String
Property Value
Type: System.String
The type-qualified name of the property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.