RemoteArgument.RemoteArgumentKind Właściwość

Definicja

Pobiera element RemoteArgumentKind wskazujący rodzaj argumentu reprezentowanego przez RemoteArgument element .

public:
 property System::AddIn::Contract::RemoteArgumentKind RemoteArgumentKind { System::AddIn::Contract::RemoteArgumentKind get(); };
public System.AddIn.Contract.RemoteArgumentKind RemoteArgumentKind { get; }
member this.RemoteArgumentKind : System.AddIn.Contract.RemoteArgumentKind
Public ReadOnly Property RemoteArgumentKind As RemoteArgumentKind

Wartość właściwości

RemoteArgumentKind Jedna z wartości wskazujących, czy RemoteArgument reprezentuje typ wewnętrzny, tablicę typów wewnętrznych, IContractwartość , czy Missing .

Uwagi

Wewnętrzny typ danych to typ danych pierwotnych (czyli Type.IsPrimitive właściwość typu to true) lub String, Decimal, DateTimelub DBNull.

Dotyczy