[]
Sets the value of the specified document tag.
public void SetDocumentTag(string name, object value)
Public Sub SetDocumentTag(name As String, value As Object)
| Type | Name | Description |
|---|---|---|
| string | name | The string value specifying the name of the document tag. |
| object | value | The value to be set. |