FullName Property

Gets the full name.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property FullName As String
    Get
    Friend Set
'Usage
Dim instance As StateProvinceInfo
Dim value As String

value = instance.FullName
[DataMemberAttribute]
public string FullName { get; internal set; }
[DataMemberAttribute]
public:
property String^ FullName {
    String^ get ();
    internal: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

StateProvinceInfo Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace