14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "3.0.0" ),
|
|
Description (
|
|
"Collection of AMT_TLSProtocolEndpoint Instances. The instances "
|
|
"are connected with CIM_MemberOfCollection." )]
|
|
class AMT_TLSProtocolEndpointCollection : CIM_Collection {
|
|
|
|
[Key, Override ( "ElementName" ),
|
|
Description ( "A user-friendly name for the object." )]
|
|
string ElementName;
|
|
|
|
|
|
};
|