PathToExtendedFieldType.PropertyName Property

Definition

The PropertyName property gets or sets an extended property by its name.

public:
 property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
Public Property PropertyName As String

Property Value

The PropertyName property returns a string that represents an extended property by name.

Remarks

This property must be coupled with either the DistinguishedPropertySetId or PropertySetId property.

If this attribute is used, the PropertyId and PropertyTag properties cannot be used.

Applies to