Aracılığıyla paylaş


ActivatedClientTypeEntry.ObjectType Özellik

Tanım

Type İstemci tarafından etkinleştirilen türün türünü alır.

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

Özellik Değeri

Type İstemci tarafından etkinleştirilen türün türünü alır.

Örnekler

Aşağıdaki kod örneği özelliğinin ObjectType nasıl kullanılacağını gösterir.

// 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())

Şunlara uygulanır