Microsoft.Protocols.TestSuites.MS_OXORULE.StoreObjectEntryID.StoreObjectEntryID C# (CSharp) Méthode

StoreObjectEntryID() public méthode

Initializes a new instance of the StoreObjectEntryID class.
public StoreObjectEntryID ( StoreObjectType objType ) : System
objType StoreObjectType Type of Store object.
Résultat System
        public StoreObjectEntryID(StoreObjectType objType)
        {
            this.objectType = objType;
        }

Same methods

StoreObjectEntryID::StoreObjectEntryID ( ) : System