RemoteArgument.RemoteArgumentKind Vlastnost

Definice

Získá, RemoteArgumentKind který označuje typ argumentu RemoteArgument , který představuje.

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

Hodnota vlastnosti

Jedna z RemoteArgumentKind hodnot, která označuje, zda RemoteArgument představuje vnitřní typ, pole vnitřních typů, IContract, nebo Missing hodnotu.

Poznámky

Vnitřní datový typ je primitivní datový typ (to znamená, Type.IsPrimitive že vlastnost typu je true) nebo String, Decimal, DateTimenebo DBNull.

Platí pro