Partilhar via


ActivatedClientTypeEntry.ObjectType Propriedade

Definição

Obtém o Type do tipo ativado pelo cliente.

public:
 property Type ^ ObjectType { Type ^ get(); };
public Type ObjectType { get; }
member this.ObjectType : Type
Public ReadOnly Property ObjectType As Type

Valor da propriedade

Obtém o Type do tipo ativado pelo cliente.

Exemplos

O exemplo de código a seguir mostra como usar a ObjectType propriedade .

// Print the object type.
Console::WriteLine( "Object type of client activated object: {0}", activatedClientTypeEntry->ObjectType->ToString() );
// Print the object type.
Console.WriteLine(
    "Object type of client activated object: " +
    myActivatedClientTypeEntry.ObjectType.ToString());
' Print the object type.
Console.WriteLine("Object type of client activated object: " + _
    myActivatedClientTypeEntry.ObjectType.ToString())

Aplica-se a