'Declaration <DescriptionAttribute("The name of the current document.")> <DefaultValueAttribute("")> Public Property DocumentName As System.String
[Description("The name of the current document.")] [DefaultValue("")] public System.String DocumentName { get; set; }
[Description("The name of the current document.")] [DefaultValue("")] public: __property System.String get_DocumentName(); public: __property void set_DocumentName(
System.String value
);
[Description("The name of the current document.")] [DefaultValue("")] public:
property System.String DocumentName { System.String get(); void set(System.String value); }
Property Value
Имя документа.