Limitations
Read only.
Gets a document property from the dictionary. In C# this property is the indexer for the User
public object this[string name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As System.Object
Parameter | Description |
---|---|
name | Specifies the name of the document property. |
Read only.