[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BuiltInPropertyCollection.SetPropertyValue

SetPropertyValue Method

SetPropertyValue<T>(T, string, string)

Sets the property value.

Declaration
protected void SetPropertyValue<T>(T value, string xmlName = null, string name = "")
Protected Sub SetPropertyValue(Of T)(value As T, Optional xmlName As String = Nothing, Optional name As String = "")
Parameters
Type Name Description
T value

The property value.

string xmlName

The property name to store in xml.

string name

The property name.

Type Parameters
Name Description
T

The property type