IPublishFile.Group 属性

定义

获取和设置已发布的组。

public:
 property System::String ^ Group { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Group { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1)]
public string Group { get; set; }
[<System.Runtime.InteropServices.DispId(1)>]
member this.Group : string with get, set
Public Property Group As String

属性值

String

已发布的组。

属性

适用于