PathToExtendedFieldType.PropertyName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.