Share via


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

See Also

Reference

PropertyIdentifier Structure

Microsoft.Windows.Design.Metadata Namespace