SmartTagType.FriendlyName Property

Definition

Returns a String that represents a friendly name for a smart tag type.

public:
 property System::String ^ FriendlyName { System::String ^ get(); };
public string FriendlyName { get; }
member this.FriendlyName : string
Public ReadOnly Property FriendlyName As String

Property Value

Remarks

Smart tag type names, as defined in the Name property, are formatted as Uniform Resource Names (URNs). The friendly name removes the URN and leaves the name after the pound (#) sign. For example, the Address smart tag type returns the following URN for the Name property.

urn:schemas-microsoft-com:office:smarttags#address

The FriendlyName property removes everything up to and including the pound (#) sign and leaves the following String:

address

Applies to