Yammer.Net Documented Class Library
BeginBoundary Property
NamespacesYammerMultipartFormBeginBoundary
The string that defines the begining boundary of our multipart transfer as defined in the w3c specs. This method also sets the Content and Ending boundaries as defined by the w3c specs.
Declaration Syntax
C#Visual BasicVisual C++
public string BeginBoundary { get; set; }
Public Property BeginBoundary As String
public:
property String^ BeginBoundary {
	String^ get ();
	void set (String^ value);
}

Assembly: Yammer (Module: Yammer) Version: 1.0.0.0 (1.0.0.0)