C# Class Microsoft.Protocols.TestSuites.MS_OXCMSG.PropertyNameObject

A class indicates the property that contains long property id.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
PropertyNameObject ( PropertyNames displayName, string name, string propertySet, PropertyType dataType ) : System

Initializes a new instance of the PropertyNameObject class.

PropertyNameObject ( PropertyNames displayName, uint longId, string propertySet, PropertyType dataType ) : System

Initializes a new instance of the PropertyNameObject class.

Method Details

PropertyNameObject() public method

Initializes a new instance of the PropertyNameObject class.
public PropertyNameObject ( PropertyNames displayName, string name, string propertySet, PropertyType dataType ) : System
displayName PropertyNames A string indicates display name of specified property.
name string A string indicates property name of specified property.
propertySet string A string indicates property set of specified property.
dataType PropertyType The date type of specified property.
return System

PropertyNameObject() public method

Initializes a new instance of the PropertyNameObject class.
public PropertyNameObject ( PropertyNames displayName, uint longId, string propertySet, PropertyType dataType ) : System
displayName PropertyNames A string value indicates the name of property.
longId uint A unsigned integer value indicates property long ID (LID) of specified property.
propertySet string A string indicates property set of specified property.
dataType PropertyType The date type of specified property.
return System