ManifestItemAttributes Property | |
CloseManifest Attributes
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public SerializableDictionary Attributes { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property SerializableDictionary^ Attributes {
SerializableDictionary^ get ();
void set (SerializableDictionary^ value);
}
function get_Attributes();
function set_Attributes(value);
Property Value
Type:
SerializableDictionarySee Also