ProfileDocumentationCharges Property | |
Gets or sets ChargeOnDocumentation
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<DocumentationCharge> DocumentationCharges { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<DocumentationCharge^>^ DocumentationCharges {
List<DocumentationCharge^>^ get () sealed;
void set (List<DocumentationCharge^>^ value) sealed;
}
function get_DocumentationCharges();
function set_DocumentationCharges(value);
Property Value
Type:
ListDocumentationChargeImplements
IProfileDocumentationChargesSee Also