RemoteArgument.RemoteArgumentKind Property

Definition

Gets a RemoteArgumentKind that indicates the kind of argument that the RemoteArgument represents.

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

Property Value

One of the RemoteArgumentKind values that indicates whether the RemoteArgument represents an intrinsic type, an array of intrinsic types, an IContract, or the Missing value.

Remarks

An intrinsic data type is a primitive data type (that is, the Type.IsPrimitive property of the type is true) or a String, Decimal, DateTime, or DBNull.

Applies to