conaito Office2Silverlight SDK
Assembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Gets the Office document name.
Namespace: Conaito.Office2SilverlightAssembly: office2silverlight (in office2silverlight.exe) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public string Name { get; internal set; } |
Visual Basic |
---|
Public Property Name As String Get Friend Set |
Visual C++ |
---|
public: property String^ Name { String^ get (); internal: void set (String^ value); } |