C# Класс Microsoft.Protocols.TestSuites.MS_OXCMSG.PropertyNameObject

A class indicates the property that contains long property id.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PropertyNameObject() публичный Метод

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.
Результат System

PropertyNameObject() публичный Метод

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.
Результат System